From: Jay Belanger Date: Wed, 20 Jun 2007 04:13:06 +0000 (+0000) Subject: (calc-embedded-finish-edit): Let math-expr-opers equal the function X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~18326 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7430313ee69663c97d60c637fa3fb9c58c87b025;p=emacs.git (calc-embedded-finish-edit): Let math-expr-opers equal the function math-standard-ops rather than the variable math-standard-opers. --- diff --git a/lisp/calc/calc-embed.el b/lisp/calc/calc-embed.el index a064905943f..f31c19e3390 100644 --- a/lisp/calc/calc-embed.el +++ b/lisp/calc/calc-embed.el @@ -403,7 +403,7 @@ (let ((val (save-excursion (set-buffer (aref info 1)) (let ((calc-language nil) - (math-expr-opers math-standard-opers)) + (math-expr-opers (math-standard-ops))) (math-read-expr str))))) (if (eq (car-safe val) 'error) (progn